home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 18 / Silicon_Graphics_hot mix 18.iso / netresults / launch_sgi.csh next >
Linux/UNIX/POSIX Shell Script  |  1998-03-03  |  455b  |  16 lines

  1. #!/bin/csh -f
  2.  
  3. echo "-----------------------------------------------------------"
  4. echo "Keep this window open when running the search engine."
  5. echo "Close it when you are finished."
  6. echo ""
  7. echo "When you see the line that tells you a port number"
  8. echo "you can begin searching."
  9. echo "-----------------------------------------------------------"
  10. echo ""
  11.  
  12. /usr/java/bin/java itm.nr.serve.NRServer
  13.  
  14. echo "Press Enter to exit this window...  \c"
  15. set a = $<
  16.